From dd522d4d81503953650a462667ea95d5f2f55294 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 9 Dec 2010 20:36:52 +0000 Subject: [PATCH] Followup r78118: $wgUpgradeKey was already in DefaultSettings, use Tim's better comment --- includes/DefaultSettings.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a2ee8e52c4..0d9d42cd92 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4132,8 +4132,7 @@ $wgReadOnly = null; $wgReadOnlyFile = false; /** - * If this is set to some string, this opens up config/index.php for upgrades - * when needed. You will need to provide this key to use it + * Set this to a random string to allow web-based upgrades */ $wgUpgradeKey = false; @@ -5233,12 +5232,6 @@ $wgEnableSelenium = false; $wgSeleniumTestConfigs = array(); $wgSeleniumConfigFile = null; -/** - * Set this to a random string to allow web-based upgrades - */ -$wgUpgradeKey = false; - - /** * For really cool vim folding this needs to be at the end: * vim: foldmarker=@{,@} foldmethod=marker -- 2.20.1